DtedDeleter

Provides progress and status of a DTED file(s) deletion task.

Parameters

files

DTED files to delete

Types

Link copied to clipboard

Status of the deletion task.

Properties

Link copied to clipboard
@get:IntRange(from = 1)
var currentFileIndex: Int

Index of the file being currently deleted.

Link copied to clipboard

Current status of the deletion task.

Link copied to clipboard
@get:IntRange(from = 1)
val totalFileCount: Int

Amount of file(s) that the task will delete.

Functions

Link copied to clipboard
fun cancel()

Cancels the whole delete operation.

Link copied to clipboard
fun execute()

Executes the deletion task.